home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / HIVE001.ZIP / !Hive / Makefile < prev   
Makefile  |  1996-12-15  |  4KB  |  131 lines

  1. # Project:   Hive
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -g -throwback 
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -d -symbols <Hive$Dir>.Data.Symbols -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.!Runimage:   @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs \
  16.         @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.o.game \
  17.         @.o.waves @.o.main_hnd @.o.alien_hnd \
  18.         @.^.^.^.Useful.AcornC/C++.Libraries.Mnemosyne.o.MnemoLib @.^.^.^.Useful.AcornC/C++.Libraries.StubsHack.o.SHLib @.o.useful @.o.sound \
  19.         MemCheck:o.MC 
  20.         link $(linkflags) @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs \
  21.         @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.o.game \
  22.         @.o.waves @.o.main_hnd @.o.alien_hnd \
  23.         @.^.^.^.Useful.AcornC/C++.Libraries.Mnemosyne.o.MnemoLib @.^.^.^.Useful.AcornC/C++.Libraries.StubsHack.o.SHLib @.o.useful @.o.sound \
  24.         MemCheck:o.MC 
  25.  
  26.  
  27. # User-editable dependencies:
  28.  
  29.  
  30. # Static dependencies:
  31. @.o.game:   @.c.game
  32.         cc $(ccflags) -o @.o.game @.c.game 
  33. @.o.waves:   @.c.waves
  34.         cc $(ccflags) -o @.o.waves @.c.waves 
  35. @.o.main_hnd:   @.c.main_hnd
  36.         cc $(ccflags) -o @.o.main_hnd @.c.main_hnd 
  37. @.o.alien_hnd:   @.c.alien_hnd
  38.         cc $(ccflags) -o @.o.alien_hnd @.c.alien_hnd 
  39. @.o.useful:   @.c.useful
  40.         cc $(ccflags) -o @.o.useful @.c.useful 
  41. @.o.sound:   @.c.sound
  42.         cc $(ccflags) -o @.o.sound @.c.sound 
  43.  
  44.  
  45. # Dynamic dependencies:
  46. o.ship:    c.ship
  47. o.ship:    DeskLib:h.Kbd
  48. o.ship:    DeskLib:h.core
  49. o.ship:    Popcorn:h.Popcorn
  50. o.ship:    h.game
  51. o.handlers_a:    c.handlers_a
  52. o.handlers_a:    DeskLib:h.Kbd
  53. o.handlers_a:    DeskLib:h.core
  54. o.handlers_a:    Popcorn:h.Popcorn
  55. o.handlers_a:    DeskLib:h.Core
  56. o.handlers_a:    h.game
  57. o.handlers_g:    c.handlers_g
  58. o.handlers_g:    DeskLib:h.Kbd
  59. o.handlers_g:    DeskLib:h.core
  60. o.handlers_g:    Popcorn:h.Popcorn
  61. o.handlers_g:    DeskLib:h.Core
  62. o.handlers_g:    h.game
  63. o.handlers_g:    h.handlers
  64. o.rtsl:    c.rtsl
  65. o.rtsl:    h.rtsl
  66. o.waves:    c.waves
  67. o.waves:    C:h.stdio
  68. o.waves:    C:h.string
  69. o.waves:    DeskLib:h.File
  70. o.waves:    DeskLib:h.Core
  71. o.waves:    C:h.stddef
  72. o.waves:    DeskLib:h.SWI
  73. o.waves:    DeskLib:h.SWI
  74. o.waves:    Popcorn:h.Popcorn
  75. o.waves:    DeskLib:h.Core
  76. o.waves:    h.game
  77. o.waves:    h.sound
  78. o.waves:    h.useful
  79. o.main_hnd:    c.main_hnd
  80. o.main_hnd:    C:h.stdlib
  81. o.main_hnd:    DeskLib:h.Kbd
  82. o.main_hnd:    DeskLib:h.core
  83. o.main_hnd:    C:h.stddef
  84. o.main_hnd:    DeskLib:h.SWI
  85. o.main_hnd:    Popcorn:h.Popcorn
  86. o.main_hnd:    DeskLib:h.Core
  87. o.main_hnd:    h.game
  88. o.main_hnd:    h.sound
  89. o.main_hnd:    h.useful
  90. o.alien_hnd:    c.alien_hnd
  91. o.alien_hnd:    C:h.stdlib
  92. o.alien_hnd:    DeskLib:h.Kbd
  93. o.alien_hnd:    DeskLib:h.core
  94. o.alien_hnd:    C:h.stddef
  95. o.alien_hnd:    Popcorn:h.Popcorn
  96. o.alien_hnd:    DeskLib:h.Core
  97. o.alien_hnd:    h.game
  98. o.alien_hnd:    h.sound
  99. o.useful:    c.useful
  100. o.useful:    C:h.stdio
  101. o.useful:    C:h.stdlib
  102. o.useful:    DeskLib:h.Error
  103. o.useful:    DeskLib:h.Core
  104. o.useful:    C:h.stddef
  105. o.useful:    Popcorn:h.Popcorn
  106. o.useful:    DeskLib:h.Core
  107. o.useful:    h.game
  108. o.useful:    h.sound
  109. o.sound:    c.sound
  110. o.sound:    C:h.string
  111. o.sound:    DeskLib:h.SWI
  112. o.sound:    DeskLib:h.Core
  113. o.sound:    C:h.stddef
  114. o.sound:    Popcorn:h.Popcorn
  115. o.sound:    DeskLib:h.Core
  116. o.game:    c.game
  117. o.game:    MemCheck:h.MemCheck
  118. o.game:    DeskLib:h.Error
  119. o.game:    DeskLib:h.Core
  120. o.game:    DeskLib:h.File
  121. o.game:    DeskLib:h.SWI
  122. o.game:    DeskLib:h.GFX
  123. o.game:    DeskLib:h.Hourglass
  124. o.game:    DeskLib:h.Kbd
  125. o.game:    DeskLib:h.SWI
  126. o.game:    Popcorn:h.Popcorn
  127. o.game:    DeskLib:h.Core
  128. o.game:    h.sound
  129. o.game:    h.useful
  130. o.game:    h.waves
  131.